home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PMoveLayer.h ----------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 3:29 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PMoveLayer__
- #define __PMoveLayer__
-
- class PMoveLayer
- {
-
- public:
-
- PMoveLayer(
- const char * sNameFrom,
- const char * sNameTo );
- PMoveLayer( const char * sNameFrom );
-
- private:
-
- PMoveLayer();
- };
-
- #endif
-
- // end of PMoveLayer.h
-